github.com/aws/aws-sdk-go-v2/internal/v4a.httpSigner.RegionSet (field)

5 uses

	github.com/aws/aws-sdk-go-v2/internal/v4a (current package)
		v4a.go#L157: 	RegionSet   []string
		v4a.go#L186: 		RegionSet:              regionSet,
		v4a.go#L222: 		RegionSet:              regionSet,
		v4a.go#L254: 		query.Set(AmzRegionSetKey, strings.Join(s.RegionSet, ","))
		v4a.go#L263: 	headers.Set(AmzRegionSetKey, strings.Join(s.RegionSet, ","))